From: Luc Teirlinck Date: Mon, 14 Jun 2004 22:04:53 +0000 (+0000) Subject: (Dired Enter): Mention conditions on `ls' switches. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21963 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6bd2aaa4aa346c3e18d7c9d60199c71722958b17;p=emacs.git (Dired Enter): Mention conditions on `ls' switches. (Dired and Find): Mention differences with ordinary Dired buffers. --- diff --git a/man/dired.texi b/man/dired.texi index 57fa240c39a..9d2c5f096d5 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -58,7 +58,9 @@ the special commands of Dired are available. give to @code{ls} for listing directory; this string @emph{must} contain @samp{-l}. If you use a numeric prefix argument with the @code{dired} command, you can specify the @code{ls} switches with the minibuffer -before you enter the directory specification. +before you enter the directory specification. No matter how they are +specified, the @code{ls} switches should all be short options (that +is, single characters) requiring no arguments. @findex dired-other-window @kindex C-x 4 d @@ -1099,6 +1101,11 @@ may need to change the value of this variable. program. @kbd{M-x locate-with-filter} is similar, but keeps only lines matching a given regular expression. +These buffers don't work entirely like ordinary Dired buffers. File +operations work, but do not always automatically update the buffer. +Reverting the buffer with @kbd{g} deletes all inserted subdirectories, +and erases all flags and marks. + @node Misc Dired Commands @section Other Dired Commands